RectControl.DropObject Event

The item represented by Obj has been dropped on the control. The Action parameter specifies the drag action.

Syntax

DropObject ( Obj, Action )


Parameters

Obj

DragItem

Action

Integer


Notes

It can take the following class constants of the DragItem class:

0: DragItem.DragActionDefault

1: DragItem.DragActionCopy

2: DragItem.DragActionMove

3: DragItem.DragActionLink